From: Andreas Schwab Date: Wed, 30 Jun 2004 13:48:50 +0000 (+0000) Subject: (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21787 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1848238700fb516906db947e752a6886edc762a5;p=emacs.git (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to serialize parallel builds. (${MISC:.elc=.el}): Depend on changed.misc. --- diff --git a/leim/Makefile.in b/leim/Makefile.in index 1c13ff0613b..daa5b550cf2 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -174,6 +174,9 @@ TIT-SOURCES= \ ${srcdir}/CXTERM-DIC/TONEPY.tit \ ${srcdir}/CXTERM-DIC/ZOZY.tit +${CHINESE-TIT:.elc=.el}: changed.tit + @true + changed.tit: ${TIT-SOURCES} ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \ @@ -187,6 +190,9 @@ MISC-SOURCES= \ ${srcdir}/MISC-DIC/pinyin.map \ ${srcdir}/MISC-DIC/ziranma.cin +${MISC:.elc=.el}: changed.misc + @true + changed.misc: ${MISC-SOURCES} ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \